.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Helvetica-Bold.eot');
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Helvetica.eot');
    src: local('Helvetica'), url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-display: swap;
}
.jianbian
{
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #999;
    border: none;
    border: 1px solid #d7dbdb;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 50px;

        left: 0;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;

        border-radius: 4px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e1e8';
}
.slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e624';
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #005cca;
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 4px;

    vertical-align: top;

    border: 1px solid #005cca;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #005cca;
}
.flexwrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header
{
    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;

        text-align: right;
    }
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 60px;
    margin-top: 15px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 36px;
        margin-top: 12px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .txt
{
    display: inline-block;
    float: right;

    margin-top: 24px;
}
@media (max-width: 1199px)
{
    .header .txt
    {
        margin-top: 8px;
        margin-right: 5px;
    }
}
@media (max-width: 767px)
{
    .header .txt
    {
        margin-top: 14px;
    }
}
.header .txt p
{
    line-height: 34px;

    display: inline-block;

    margin: 0;
    margin-left: 10px;
    padding: 5px 20px 5px 5px;

    color: #fff;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 1470px)
{
    .header .txt p
    {
        margin-left: 5px;
        padding-right: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .txt p
    {
        font-size: 0;

        height: 44px;
        padding: 5px;
    }
}
@media (max-width: 767px)
{
    .header .txt p
    {
        line-height: 24px;

        height: 34px;
        margin: 0;
    }
}
.header .txt p a
{
    display: block;
}
.header .txt p .icon
{
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 6px;

    text-align: center;

    color: #005cca;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .txt p .icon
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .txt p .icon
    {
        line-height: 24px;

        width: 24px;
        height: 24px;
    }
}
.header .nav-collapse
{
    position: relative;
    top: 14px;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #666;
}
.header .nav-collapse-2
{
    top: 0;
}
.header .header-nav
{
    clear: both;

    text-align: center;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        margin-left: 20px;

        vertical-align: middle;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background-image: -webkit-gradient(linear, left top, left bottom, from(#005cca), to(#00cca2));
        background-image: -webkit-linear-gradient(#005cca, #00cca2);
        background-image:         linear-gradient(#005cca, #00cca2);
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 80px;

        position: relative;
        z-index: 2;

        display: block;

        padding: 0 24px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #005cca;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        white-space: nowrap;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 14px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #005cca;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#005cca), to(#00cca2));
        background-image: -webkit-linear-gradient(#005cca, #00cca2);
        background-image:         linear-gradient(#005cca, #00cca2);
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4vmin;
        line-height: 2;

        margin: 0;
        margin-top: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        width: 40px;

        content: '\e72f';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .lg-search
{
    display: inline-block;
    float: right;
}
.header .lg-search form
{
    position: relative;

    overflow: hidden;

    width: 200px;
    margin-top: 20px;

    border: 1px solid #e6e6e6;
    border-radius: 30px;
}
@media (max-width: 1470px)
{
    .header .lg-search form
    {
        width: 140px;
    }
}
.header .lg-search form input
{
    line-height: 34px;

    width: 100%;
    padding: 0 10px 0 30px;
}
.header .lg-search form input::-webkit-input-placeholder,
.header .lg-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .lg-search form input:-o-placeholder,
.header .lg-search form textarea:-o-placeholder
{
    color: #999;
}
.header .lg-search form input::-moz-placeholder,
.header .lg-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .lg-search form input:-ms-input-placeholder,
.header .lg-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .lg-search form input:focus::-webkit-input-placeholder,
.header .lg-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-o-placeholder,
.header .lg-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-moz-placeholder,
.header .lg-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form input:focus::-ms-input-placeholder,
.header .lg-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .lg-search form .submit
{
    line-height: 34px;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .lg-search form .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e647';
}
.header .translate
{
    display: inline-block;
    float: right;

    margin-top: 26px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .header .translate
    {
        margin-top: 18px;
        margin-left: 0;
    }
}
.header .search-part
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .find
{
    font-size: 14px;
    line-height: 90px;

    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #333;
}
@media (max-width: 1470px)
{
    .header .find
    {
        padding: 0 5px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        margin-right: 5px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover
{
    color: #005cca;
    background-color: #fff;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
@media (max-width: 767px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #005cca;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #005cca;
    border-radius: 0;
    outline: none;
    background-color: #005cca;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 6px 0 0 6px;
    background-color: rgba(0, 0, 0, .5);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #005cca;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #005cca;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e66e';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e657';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
.online-wrap .icon-cart span
{
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #005cca;
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #005cca;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #00cca2;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.xs-online-contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat > a:before
{
    content: '\e604';
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
    padding-top: 90px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 60px;
    }
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner .swiper-pagination span
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px !important;

    vertical-align: top;

    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    font-size: 22px;

    opacity: 1;
    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .banner .swiper-pagination .swiper-pagination-bullet-active
    {
        font-size: 20px;
    }
}
.banner .slick-arrow
{
    font-size: 30px;
    line-height: 66px;

    width: 66px;
    height: 66px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e9b5';
}
.banner .slick-arrow.banner-button-next:before
{
    content: '\e72f';
}
.banner .slick-arrow:hover
{
    background-color: #005cca;
}
.banner .slick-prev
{
    left: 5%;
}
@media (max-width: 767px)
{
    .banner .slick-prev
    {
        left: 20%;
    }
}
.banner .slick-next
{
    right: 5%;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item > a
{
    display: block;
    overflow: hidden;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
.banner .item .text
{
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .item .text
    {
        padding: 0 10%;
    }
}
.banner .item .text h2
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h2
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h2
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h2
    {
        font-size: 14px;
    }
}
.banner .item .text h3
{
    font-size: 64px;
    font-weight: bold;
    line-height: 1.125;

    margin: 20px 0 0 0;

    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);

    opacity: 0;
}
@media (max-width: 1470px)
{
    .banner .item .text h3
    {
        font-size: 58px;
    }
}
@media (max-width: 1350px)
{
    .banner .item .text h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .item .text h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .item .text h3
    {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text h3
    {
        font-size: 16px;
    }
}
.banner .item .text .more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 40px;
    padding: 0 40px;

    color: #fff;
    border-radius: 50px;
    background-color: #005cca;
}
@media (max-width: 991px)
{
    .banner .item .text .more
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .banner .item .text .more
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.banner .item .text .more:before
{
    display: inline-block;

    margin-right: 10px;

    content: '+';
    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .banner .swiper-slide-active .item > a > img
    {
        -webkit-animation: bannerscale 4.5s linear;
                animation: bannerscale 4.5s linear;
    }
}
.banner .swiper-slide-active .item .text h2
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text h3
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.banner .swiper-slide-active .item .text .more
{
    -webkit-animation: zoomIn 2s 0s ease both;
            animation: zoomIn 2s 0s ease both;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: translateX(-50%) scale(1.2);
                transform: translateX(-50%) scale(1.2);
    }
    100%
    {
        -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
    }
}
.banner-in
{
    clear: both;
    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 40px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    display: inline-block;

    margin: 0 0 20px 0;

    color: #0c0306;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 18px;
    line-height: 1.66666667;

    max-width: 930px;
    margin: 0 auto;
}
@media (max-width: 1470px)
{
    .title p
    {
        font-size: 16px;

        max-width: 830px;
    }
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.indexcontent .more
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .indexcontent .more
    {
        margin-top: 20px;
    }
}
.indexcontent .more a
{
    line-height: 48px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 210px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #005cca;
    border: 1px solid #d7dbdb;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .indexcontent .more a
    {
        width: 160px;
    }
}
.indexcontent .more a span
{
    position: relative;
    z-index: 5;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.indexcontent .more a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
.indexcontent .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
            transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #00cca2;
}
.indexcontent .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background: #00cca2;
}
.indexcontent .more a:hover
{
    color: #fff;
}
.indexcontent .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.indexcontent .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.indexcontent .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.box-product .title
{
    position: relative;
}
@media (min-width: 1200px)
{
    .box-product .title .slick-prev
    {
        right: 70px;
        left: auto;
    }
}
@media (max-width: 1199px)
{
    .box-product .title .slick-arrow
    {
        display: none;
    }
}
.box-product .product .slick-product
{
    margin-top: 40px;
    padding: 0 3%;
}
.box-product .product .slick-product .slick-slide
{
    padding: 0 10px;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-nosearch .product .item
{
    position: relative;

    display: block;

    background-color: #f7f7f7;
}
.box-product .product .item .title-item,
.wrap-product .product .item .title-item,
.wrap-nosearch .product .item .title-item
{
    padding-top: 20px;
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item,
    .wrap-product .product .item .title-item,
    .wrap-nosearch .product .item .title-item
    {
        padding-top: 10px;
    }
}
.box-product .product .item .title-item h3,
.wrap-product .product .item .title-item h3,
.wrap-nosearch .product .item .title-item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    padding: 0 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .box-product .product .item .title-item h3,
    .wrap-product .product .item .title-item h3,
    .wrap-nosearch .product .item .title-item h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item h3,
    .wrap-product .product .item .title-item h3,
    .wrap-nosearch .product .item .title-item h3
    {
        font-size: 16px;

        padding: 0 30px;
    }
}
.box-product .product .item .title-item h3:before,
.wrap-product .product .item .title-item h3:before,
.wrap-nosearch .product .item .title-item h3:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;

    position: absolute;
    left: 14px;

    content: '\e61d';

    color: #00cca2;
}
@media (max-width: 1470px)
{
    .box-product .product .item .title-item h3:before,
    .wrap-product .product .item .title-item h3:before,
    .wrap-nosearch .product .item .title-item h3:before
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .title-item h3:before,
    .wrap-product .product .item .title-item h3:before,
    .wrap-nosearch .product .item .title-item h3:before
    {
        font-size: 24px;

        left: 6px;
    }
}
.box-product .product .item .pic .img-box,
.wrap-product .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box
{
    padding-bottom: 75.36231884%;
}
.box-product .product .item .pic .img-box img,
.wrap-product .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .more,
.wrap-product .product .item .more,
.wrap-nosearch .product .item .more
{
    margin-top: 0;

    border-top: 1px dashed #d7dbdb;
}
@media (max-width: 1199px)
{
    .box-product .product .item .more,
    .wrap-product .product .item .more,
    .wrap-nosearch .product .item .more
    {
        margin-top: 0;
    }
}
.box-product .product .item .more span,
.wrap-product .product .item .more span,
.wrap-nosearch .product .item .more span
{
    line-height: 60px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-product .product .item .more span,
    .wrap-product .product .item .more span,
    .wrap-nosearch .product .item .more span
    {
        line-height: 40px;

        padding: 0 10px;
    }
}
.box-product .product .item .more span .icon,
.wrap-product .product .item .more span .icon,
.wrap-nosearch .product .item .more span .icon
{
    font-size: 24px;
}
.box-product .product .item:hover .pic .img-box img,
.wrap-product .product .item:hover .pic .img-box img,
.wrap-nosearch .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover .more span,
.wrap-product .product .item:hover .more span,
.wrap-nosearch .product .item:hover .more span
{
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.box-category
{
    background: url(../images/category_bg.jpg) no-repeat top center;
}
.box-category .title h2
{
    color: #fff;
}
.box-category .category-nav
{
    text-align: center;
}
.box-category .category-nav > ul
{
    margin: 0 -6px;
}
@media (max-width: 767px)
{
    .box-category .category-nav > ul
    {
        margin: 0 -3px;
    }
}
.box-category .category-nav > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 6px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-category .category-nav > ul > li
    {
        padding: 0 3px;
    }
}
.box-category .category-nav > ul > li > a
{
    font-size: 18px;
    line-height: 36px;

    display: block;

    padding: 0 24px;

    color: #fff;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .1);
}
@media (max-width: 1470px)
{
    .box-category .category-nav > ul > li > a
    {
        font-size: 16px;

        padding: 0 18px;
    }
}
@media (max-width: 767px)
{
    .box-category .category-nav > ul > li > a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.box-category .category-nav > ul > li.active > a
{
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.box-category .category
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .box-category .category
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .box-category .category
    {
        padding: 30px 14px;
    }
}
.box-category .category:before
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    background-color: #dfe6e6;
}
.box-category .category .category-left,
.box-category .category .category-right
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: top;
}
.box-category .category .category-left
{
    z-index: 3;

    width: 64%;
    padding-right: 4%;
}
@media (max-width: 767px)
{
    .box-category .category .category-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-category .category .category-left .title-category h3
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #005cca;
}
.box-category .category .category-left .title-category h2
{
    font-size: 30px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-category .category .category-left .title-category h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .box-category .category .category-left .title-category h2
    {
        font-size: 24px;
    }
}
.box-category .category .category-left .text
{
    margin-top: 20px;
}
.box-category .category .category-left .text p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    color: #595c5c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px)
{
    .box-category .category .category-left .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .box-category .category .category-left .text p
    {
        line-height: 24px;

        height: 72px;
    }
}
.box-category .category .category-left .slick-category
{
    width: 150%;
    margin: 0 -15px;
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-category .category .category-left .slick-category
    {
        width: 100%;
        margin-top: 20px;
    }
}
.box-category .category .category-left .slick-category .slick-slide
{
    padding: 0 15px;
}
.box-category .category .category-left .slick-category .item
{
    display: block;

    background-color: #f7f7f7;
}
.box-category .category .category-left .slick-category .item .img-box
{
    padding-bottom: 75.36231884%;
}
.box-category .category .category-left .slick-category .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-category .category .category-left .slick-category .item .note
{
    text-align: center;
}
.box-category .category .category-left .slick-category .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;

    display: -webkit-box;
    overflow: hidden;

    height: 70px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-category .category .category-left .slick-category .item .note h3
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
.box-category .category .category-left .slick-category .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-category .category .category-left .slick-category .item:hover .note h3
{
    color: #00cca2;
}
.box-category .category .category-right
{
    overflow: hidden;

    width: 36%;
}
@media (max-width: 1199px)
{
    .box-category .category .category-right img
    {
        max-width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-category .category .category-right
    {
        display: none;

        width: 100%;
        margin-top: 30px;
    }
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat right center;
}
.box-about .picbox
{
    position: relative;
}
.box-about .picbox:before,
.box-about .picbox:after
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background: url(../images/line.png) no-repeat center;
}
.box-about .picbox:before
{
    top: 0;
}
.box-about .picbox:after
{
    bottom: 0;
}
.box-about .picbox .item
{
    display: inline-block;

    margin: 40px 0;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-about .picbox .item
    {
        margin: 10px 0;
    }
}
.box-about .picbox .item img
{
    height: 219px;
}
@media (max-width: 1199px)
{
    .box-about .picbox .item img
    {
        height: 150px;
    }
}
@media (max-width: 767px)
{
    .box-about .picbox .item img
    {
        height: 100px;
    }
}
.box-about .about
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        margin-top: 0;
    }
}
.box-about .about .about-info
{
    max-width: 930px;
}
@media (max-width: 1350px)
{
    .box-about .about .about-info
    {
        padding-right: 22%;
    }
}
@media (max-width: 991px)
{
    .box-about .about .about-info
    {
        padding-right: 25%;
    }
}
@media (max-width: 767px)
{
    .box-about .about .about-info
    {
        margin-top: 30px;
        padding-right: 0;
    }
}
.box-about .about,
.wrap-about .about
{
    position: relative;
}
.box-about .about .about-info .text,
.wrap-about .about .about-info .text
{
    margin-top: 20px;
}
.box-about .about .about-info .text p,
.wrap-about .about .about-info .text p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .box-about .about .about-info .text p,
    .wrap-about .about .about-info .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .about-info .text p,
    .wrap-about .about .about-info .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .year,
.wrap-about .about .year
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1470px)
{
    .box-about .about .year,
    .wrap-about .about .year
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .box-about .about .year,
    .wrap-about .about .year
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .year,
    .wrap-about .about .year
    {
        position: relative;

        width: 100%;
        margin-top: 30px;
    }
}
.box-about .about .year img,
.wrap-about .about .year img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .box-about .about .year img,
    .wrap-about .about .year img
    {
        display: inline-block;

        max-width: 140px;

        vertical-align: bottom;
    }
}
.box-about .about .year p,
.wrap-about .about .year p
{
    font-size: 18px;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .box-about .about .year p,
    .wrap-about .about .year p
    {
        display: inline-block;

        margin: 0;

        vertical-align: bottom;
    }
}
.box-about .about .year p:after,
.wrap-about .about .year p:after
{
    display: inline-block;

    width: 70px;
    height: 1px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #005cca;
}
@media (max-width: 767px)
{
    .box-about .about .year p:after,
    .wrap-about .about .year p:after
    {
        width: 50px;
    }
}
.box-about .advantage,
.wrap-about .advantage
{
    position: relative;

    margin-top: 50px;

    text-align: right;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-about .advantage .play,
.wrap-about .advantage .play
{
    font-size: 50px;
    line-height: 144px;

    position: absolute;
    bottom: 10%;
    left: 50px;

    width: 144px;
    height: 144px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .advantage .play,
    .wrap-about .advantage .play
    {
        line-height: 100px;

        left: 0;

        width: 100px;
        height: 100px;
    }
}
.box-about .advantage .play:before,
.wrap-about .advantage .play:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: relative;
    z-index: 2;

    display: block;

    content: '\e87c';
    -webkit-transition: all .6s;
            transition: all .6s;

    color: #fff;
}
.box-about .advantage .play:after,
.wrap-about .advantage .play:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: zhuan 15s linear infinite;
            animation: zhuan 15s linear infinite;

    background: url(../images/playbg.png) no-repeat center;
    background-size: cover;
}
.box-about .advantage .list,
.wrap-about .advantage .list
{
    display: inline-block;

    width: 330px;
    padding: 40px 0 40px 40px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 92, 202, .7)), to(rgba(0, 204, 162, .7)));
    background-image: -webkit-linear-gradient(rgba(0, 92, 202, .7), rgba(0, 204, 162, .7));
    background-image:         linear-gradient(rgba(0, 92, 202, .7), rgba(0, 204, 162, .7));
}
@media (max-width: 767px)
{
    .box-about .advantage .list,
    .wrap-about .advantage .list
    {
        width: 230px;
        padding-left: 20px;
    }
}
.box-about .advantage .item,
.wrap-about .advantage .item
{
    padding: 16px 0;

    text-align: left;

    color: #fff;
    border-bottom: 1px dashed #fff;
}
.box-about .advantage .item .num,
.wrap-about .advantage .item .num
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-right: 10%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.box-about .advantage .item h3,
.wrap-about .advantage .item h3
{
    font-size: 42px;
    font-weight: bold;

    margin: 0;

    color: #f2f5f5;
}
@media (max-width: 1199px)
{
    .box-about .advantage .item h3,
    .wrap-about .advantage .item h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .box-about .advantage .item h3,
    .wrap-about .advantage .item h3
    {
        font-size: 24px;
    }
}
.box-about .advantage .item h3 sup,
.wrap-about .advantage .item h3 sup
{
    font-size: 24px;

    top: 10px;

    vertical-align: top;
}
.box-about .advantage .item h4,
.wrap-about .advantage .item h4
{
    font-size: 14px;

    margin: 0;
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    25%
    {
        -webkit-transform: rotate(90deg);
    }
    50%
    {
        -webkit-transform: rotate(180deg);
    }
    75%
    {
        -webkit-transform: rotate(270deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    25%
    {
        -webkit-transform: rotate(90deg);
    }
    50%
    {
        -webkit-transform: rotate(180deg);
    }
    75%
    {
        -webkit-transform: rotate(270deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
.box-service
{
    background-color: #f2f4f5;
}
.box-service .title
{
    max-width: 930px;
    margin: 0 auto;
}
.box-service .service
{
    margin-top: 40px;
}
.box-service .service ul
{
    margin: 0;
}
.box-service .service ul li
{
    padding: 0;
}
@media (min-width: 1200px)
{
    .box-service .service ul li:nth-child(3) .item .pic,
    .box-service .service ul li:nth-child(4) .item .pic
    {
        left: 50%;
    }
    .box-service .service ul li:nth-child(3) .item .text,
    .box-service .service ul li:nth-child(4) .item .text
    {
        right: 50%;
    }
    .box-service .service ul li:nth-child(3) .item .text:before,
    .box-service .service ul li:nth-child(4) .item .text:before
    {
        right: -24px;
        left: auto;

        width: 0;
        height: 0;

        border-width: 12px 0 12px 24px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }
}
@media (max-width: 1199px)
{
    .box-service .service ul li:nth-child(2n) .item .pic
    {
        left: 50%;
    }
    .box-service .service ul li:nth-child(2n) .item .text
    {
        right: 50%;
    }
    .box-service .service ul li:nth-child(2n) .item .text:before
    {
        right: -24px;
        left: auto;

        width: 0;
        height: 0;

        border-width: 12px 0 12px 24px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }
}
.box-service .service .item
{
    font-size: 0;

    background-color: #fff;
}
.box-service .service .item .pic,
.box-service .service .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.box-service .service .item .pic .img-box
{
    padding-bottom: 74.28571429%;
}
.box-service .service .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-service .service .item .text
{
    position: relative;

    padding: 40px;
}
@media (max-width: 1470px)
{
    .box-service .service .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-service .service .item .text
    {
        padding: 10px;
    }
}
.box-service .service .item .text:before
{
    position: absolute;
    z-index: 2;
    left: -24px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 12px 24px 12px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.box-service .service .item .text h3
{
    font-size: 0;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .box-service .service .item .text h3
    {
        margin: 0 0 6px 0;
    }
}
.box-service .service .item .text h3 .icon,
.box-service .service .item .text h3 span
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-service .service .item .text h3 .icon,
    .box-service .service .item .text h3 span
    {
        font-size: 14px;
    }
}
.box-service .service .item .text h3 .icon
{
    font-size: 28px;
    line-height: 56px;

    width: 56px;
    height: 56px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #00b5aa;
}
@media (max-width: 767px)
{
    .box-service .service .item .text h3 .icon
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.box-service .service .item .text h3 span
{
    font-weight: bold;

    width: -webkit-calc(100% - 56px);
    width:         calc(100% - 56px);
    padding-left: 10px;
}
.box-service .service .item .text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #595c5c;
}
@media (max-width: 1470px)
{
    .box-service .service .item .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-service .service .item .text p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.box-service .service .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .slick-news,
.wrap-news .news .slick-news
{
    margin: 0 -15px;
}
.box-news .news .slick-news .slick-slide,
.wrap-news .news .slick-news .slick-slide
{
    padding: 0 15px;
}
.box-news .news .item .img-box,
.wrap-news .news .item .img-box
{
    padding-bottom: 62.22222222%;
}
.box-news .news .item .img-box img,
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .title-news,
.wrap-news .news .item .title-news
{
    padding: 20px 0;

    border-bottom: 1px solid #d7dbdb;
}
@media (max-width: 1199px)
{
    .box-news .news .item .title-news,
    .wrap-news .news .item .title-news
    {
        padding: 14px 0;
    }
}
.box-news .news .item .title-news .date,
.wrap-news .news .item .title-news .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #005cca;
}
.box-news .news .item .title-news h3,
.wrap-news .news .item .title-news h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .news .item .title-news h3,
    .wrap-news .news .item .title-news h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .title-news h3,
    .wrap-news .news .item .title-news h3
    {
        font-size: 16px;
    }
}
.box-news .news .item p,
.wrap-news .news .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 20px 0 0 0;

    color: #5c5c5c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item p,
    .wrap-news .news .item p
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item p,
    .wrap-news .news .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news .item .news-more,
.wrap-news .news .item .news-more
{
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #005cca;
}
.box-news .news .item:hover .img-box img,
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .title-news h3,
.wrap-news .news .item:hover .title-news h3
{
    color: #005cca;
}
.footer
{
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    border-bottom: 1px solid #d4d4d4;
}
.footer .foot ul
{
    font-size: 0;

    overflow: hidden;
}
.footer .foot ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 30%;
    margin-bottom: -999px;
    padding-bottom: 999px;

    vertical-align: top;

    border-right: 1px solid #d4d4d4;
}
@media (max-width: 1199px)
{
    .footer .foot ul > li
    {
        display: block;

        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;

        border: none;
    }
}
@media (min-width: 1200px)
{
    .footer .foot ul > li:nth-child(2)
    {
        width: 50%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .footer .foot ul > li:nth-child(3)
    {
        width: 20%;

        text-align: right;

        border-right: none;
    }
}
.footer .foot ul > li .item
{
    padding: 70px 0;
}
@media (max-width: 1199px)
{
    .footer .foot ul > li .item
    {
        margin: 20px 0;
        padding: 0 0;
    }
}
.footer .foot ul > li .item-logo img
{
    max-height: 60px;
}
.footer .foot ul > li .item-text p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin-bottom: 20px;
    padding-left: 50px;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .footer .foot ul > li .item-text p:nth-child(1)
    {
        margin-right: 60px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot ul > li .item-text p
    {
        font-size: 18px;

        margin-right: 10px;
    }
}
@media (max-width: 991px)
{
    .footer .foot ul > li .item-text p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.footer .foot ul > li .item-text p .icon
{
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;

    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.footer .foot ul > li .item-text p span
{
    font-size: 16px;
    font-weight: normal;

    display: block;

    color: #666;
}
.footer .foot ul > li .item-text p a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    line-height: 40px;

    margin: 0;
    padding: 40px 0;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 24px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;
}
.footer .copyright p a
{
    padding: 0 5px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .foot-share
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .footer .copyright .foot-share
    {
        float: none;
    }
}
.footer .copyright .foot-share a
{
    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;

    text-align: center;
    vertical-align: top;

    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 767px)
{
    .footer .copyright .foot-share a
    {
        line-height: 40px;
    }
}
.footer .copyright .foot-share a .icon
{
    font-size: 20px;

    color: #fff;
}
.footer .copyright .foot-share a img
{
    position: absolute;
    bottom: 40px;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.footer .copyright .foot-share a:hover img
{
    display: block;
}
.wrap
{
    overflow: hidden;

    padding: 60px 0 80px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap .slick-arrow
{
    line-height: 56px;

    left: -70px;

    width: 30px;
    height: 56px;

    color: #005cca;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap .slick-arrow
    {
        left: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap .slick-arrow
    {
        left: 0;
    }
}
.wrap .slick-arrow.slick-next
{
    right: -70px;
    left: auto;
}
@media (max-width: 1470px)
{
    .wrap .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap .slick-arrow:hover
{
    color: #fff;
    border-color: #005cca;
    background-color: #005cca;
}
.title-in
{
    max-width: 930px;
}
.title-in h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.title-in p
{
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .title-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1
    {
        margin-top: 10px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    position: relative;

    margin-top: 10px;

    border: 1px solid #d7dbdb;
    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        margin: 0;

        border: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 15px;
    line-height: 28px;

    position: relative;
    z-index: 2;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 20px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        line-height: 24px;

        padding: 2px 10px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;

    content: '\e624';
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover
{
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #fff;
}
.xs-product-nav
{
    line-height: 1.8;

    margin: 0 -8px 20px;

    text-transform: capitalize;
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: .9em;

        margin: 0 -6px 20px;
    }
}
.xs-product-nav li
{
    font-size: 15px;

    display: inline-block;

    vertical-align: top;
}
.xs-product-nav li a
{
    display: block;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .xs-product-nav li a
    {
        padding: 0 6px;
    }
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #005cca;
}
@media (min-width: 1200px)
{
    .wrap-left
    {
        width: 230px;
    }
    .wrap-right
    {
        width: -webkit-calc(100% - 230px);
        width:         calc(100% - 230px);
        padding-left: 30px;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;
    overflow-x: auto;

    height: 60px;
    margin-top: 50px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .inside-nav
    {
        height: 50px;
        margin-top: 10px;
    }
}
.inside-nav::-webkit-scrollbar
{
    width: 5px;
    height: 2px;

    background-color: #fefefe;
}
.inside-nav::-webkit- scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.inside-nav::-webkit- scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
.inside-nav .nav-wrap ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0 -10px;
    padding: 0;

    vertical-align: top;
    white-space: nowrap;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul
    {
        margin: 0 -5px;
    }
}
.inside-nav .nav-wrap ul li
{
    position: relative;

    display: inline-block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li
    {
        padding: 0 5px;
    }
}
.inside-nav .nav-wrap ul li a
{
    font-size: 14px;
    line-height: 48px;

    position: relative;

    display: block;

    height: 50px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #005cca;
    border: 1px solid #d7dbdb;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap ul li a
    {
        line-height: 38px;

        height: 40px;
    }
}
.inside-nav .nav-wrap ul li a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 90px;

    content: '\e624';
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 40px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul li a:after
    {
        margin-left: 20px;
    }
}
.inside-nav .nav-wrap ul li.active a,
.inside-nav .nav-wrap ul li:hover a
{
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.wrap-about .about .title-in
{
    text-align: left;
}
.wrap-about .about .title-in h3
{
    font-size: 18px;
    font-weight: bold;

    color: #005cca;
}
.wrap-about .about .title-in h3:after
{
    display: inline-block;

    width: 48px;
    height: 9px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}
.wrap-about .about .title-in h2:after
{
    display: none;
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.6875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-about .about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-about .about .about-right
{
    display: inline-block;
    float: right;

    width: 48%;
    margin-bottom: 0;
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-about .about .about-right
    {
        float: none;

        width: 100%;
        margin-left: 0;
    }
}
.wrap-about .about .about-right .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-about .about .about-right .item .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 93px;
    height: 93px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-about .about .about-right .item .play
    {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .about-right .item .play
    {
        width: 80px;
        height: 80px;
    }
}
.wrap-about .about .about-right .item .play:hover
{
    opacity: .8;
}
.wrap-about .about .about-right .slick-arrow
{
    left: 10px;
}
@media (max-width: 767px)
{
    .wrap-about .about .about-right .slick-arrow
    {
        left: 0;
    }
}
.wrap-about .about .about-right .slick-arrow.slick-next
{
    right: 10px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-about .about .about-right .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-about .about-describle ul
{
    font-size: 0;
}
.wrap-about .about-describle ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 60px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about-describle ul li
    {
        margin-top: 30px;
    }
}
.wrap-about .about-describle .title-about h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .wrap-about .about-describle .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-describle .title-about h2
    {
        font-size: 20px;
    }
}
.wrap-about .about-describle img
{
    width: 100%;
}
.wrap-about .about-describle .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-about .about-describle .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-describle .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-factory .title-in
{
    max-width: 1050px;
}
.wrap-factory .factory .item
{
    position: relative;

    display: block;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item
    {
        margin-top: 20px;
    }
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 50px !important;
    margin: 0;

    text-align: center;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item h3
    {
        font-size: 18px;
        line-height: 40px;

        position: relative;

        height: 40px !important;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item h3
    {
        font-size: 16px;
        font-weight: normal;
    }
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor
    {
        margin-top: -20px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 132.20338983%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item h3
    {
        font-size: 18px;

        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item h3
    {
        font-size: 16px;
    }
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-concept .title-in
{
    max-width: 100%;
}
.wrap-concept .concept
{
    margin-top: 20px;
}
.wrap-concept .concept p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-concept .concept p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-concept .concept p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-concept .concept img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-service
{
    background-color: #f7f7f7;
}
.wrap-service .title-in
{
    max-width: 100%;

    text-align: center;
}
.wrap-service .service .item
{
    margin-top: 40px;
    padding: 60px 5%;

    text-align: center;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-service .service .item
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item
    {
        margin-top: 20px;
    }
}
.wrap-service .service .item .img
{
    width: 90px;
    margin: 0 auto;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .img
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .img
    {
        width: 60px;
    }
}
.wrap-service .service .item .img img
{
    width: 100%;
}
.wrap-service .service .item h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 40px 0 20px;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item h3
    {
        font-size: 24px;

        margin: 28px 0 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-service .service .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item h3
    {
        font-size: 18px;
    }
}
.wrap-service .service .item p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #595c5c;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.wrap-service .service .item:hover .img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-news .title-in
{
    max-width: 100%;

    text-align: center;
}
.wrap-news .news .item
{
    margin-top: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
    }
}
.wrap-details .title-details
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ebebeb;
}
.wrap-details .title-details h1
{
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h1
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
.wrap-details .title-details .date
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #005cca;
}
.wrap-details .title-details .date:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\eb3f';
    vertical-align: middle;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        line-height: 22px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #dcdddc;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:hover
{
    color: #005cca;
}
@media (max-width: 1199px)
{
    .wrap-product .title-product
    {
        margin-top: 30px;
    }
}
.wrap-product .title-product h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product .title-product h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .title-product h2
    {
        font-size: 20px;
    }
}
.wrap-product .product-text
{
    max-width: 930px;
    margin-top: 20px;
}
.wrap-product .product-text p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-product .product-text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product .product .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 14px;
    }
}
.wrap-product .product .item .title-item
{
    text-align: center;
}
.wrap-product .product .item .title-item h3:before
{
    display: none;
}
.wrap-product-show
{
    padding-top: 140px;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show
    {
        padding-top: 80px;
    }
}
.wrap-product-show .location .icon,
.wrap-product-show .location ul
{
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .location .icon
{
    font-size: 18px;

    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.wrap-product-show .location ul > li
{
    display: inline-block;

    vertical-align: top;

    color: #666;
}
.wrap-product-show .location ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.wrap-product-show .location ul > li:last-child:after
{
    display: none;
}
.wrap-product-show .location ul > li > a
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .location ul > li > a:hover
{
    color: #005cca;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 75.36231884%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #005cca;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 24px;

    left: 5px;

    width: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #333;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-nav .slick-arrow
    {
        font-size: 16px;
        line-height: 30px;

        width: 20px;
        height: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 5px;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #fff;
    background-color: #005cca;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text
{
    padding: 20px 0 30px;

    border-bottom: 1px dashed #b4b8b8;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        padding: 10px 0 20px;
    }
}
.wrap-product-show .info-box .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .induction
{
    margin-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px dashed #b4b8b8;
}
.wrap-product-show .info-box .induction .title-induction h3
{
    font-size: 20px;
    font-weight: bold;

    color: #005cca;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .induction .title-induction h3
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .induction .note p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .induction .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .induction .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link
    {
        display: block;

        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link .btn-contact a
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

    padding: 0 70px;

    color: #fff;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .btn-contact a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .info-box .prev-next
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .prev-next
    {
        display: block;

        margin-top: 20px;
    }
}
.wrap-product-show .info-box .prev-next a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding-left: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #6b6b6b;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .prev-next a
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .prev-next a:before
{
    font-family: 'iconfont' !important;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 50px;
    height: 50px;

    content: '\eb60';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #f2f4f5;
}
.wrap-product-show .info-box .prev-next a.prev::after
{
    display: inline-block;

    width: 1px;
    height: 16px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background-color: #595c5c;
}
.wrap-product-show .info-box .prev-next a:hover
{
    color: #005cca;
}
.wrap-product-show .info-box .prev-next a:hover:before
{
    color: #005cca;
    border-color: #005cca;
}
.wrap-product-show .info-box .prev-next .next
{
    padding-right: 60px;
    padding-left: 0;

    text-align: right;
}
.wrap-product-show .info-box .prev-next .next:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;

    content: '\e625';
}
.wrap-product-show .title-product-show h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show h2:before
{
    display: inline-block;

    width: 6px;
    height: 28px;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.wrap-product-show .title-product-show p
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #595c5c;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    margin-top: 50px;
}
.wrap-product-show .parameter
{
    position: relative;

    padding: 60px 0;

    background-color: #f2f4f5;
}
.wrap-product-show .parameter:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background-color: #f2f4f5;
}
.wrap-product-show .parameter .title-product-show
{
    position: relative;
    z-index: 2;
}
.wrap-product-show .parameter .text
{
    position: relative;
    z-index: 2;

    margin-top: 20px;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 18px;
    line-height: 1.66666667;

    color: #595c5c;
}
@media (max-width: 1199px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry form,
.wrap-product-show .message form,
.wrap-inquiry .message form
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form,
    .wrap-inquiry .inquiry form,
    .wrap-product-show .message form,
    .wrap-inquiry .message form
    {
        margin: 0;
    }
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    min-height: 46px;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    background: none;
    background-color: #f2f4f5;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-inquiry .inquiry form input,
    .wrap-product-show .message form input,
    .wrap-inquiry .message form input,
    .wrap-product-show .inquiry form textarea,
    .wrap-inquiry .inquiry form textarea,
    .wrap-product-show .message form textarea,
    .wrap-inquiry .message form textarea
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send
{
    margin-top: 20px;

    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit
{
    font-size: 16px;
    line-height: 50px;

    padding: 0 80px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover
{
    background-color: #00cca2;
}
.wrap-contact .container
{
    max-width: 1260px;
}
@media (max-width: 991px)
{
    .wrap-contact .pic
    {
        display: none;
    }
}
.wrap-contact .pic img
{
    max-width: 100%;
}
.wrap-contact .contact .list
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .list
    {
        margin-top: 10px;
    }
}
.wrap-contact .contact .list ul
{
    margin: 0 -5px;
}
.wrap-contact .contact .list ul li
{
    padding: 0 5px;
}
.wrap-contact .contact .list .item
{
    position: relative;

    margin-top: 10px;
    padding: 20px 20px 20px 80px;

    background-color: #f8f8f8;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .list .item
    {
        padding-left: 60px;
    }
}
.wrap-contact .contact .list .item span
{
    font-size: 16px;

    display: block;

    color: #666;
}
.wrap-contact .contact .list .item .icon
{
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;

    position: absolute;
    top: 20px;
    left: 30px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 1199px)
{
    .wrap-contact .contact .list .item .icon
    {
        left: 10px;
    }
}
.wrap-contact .contact .list .item p
{
    font-size: 16px;
    line-height: 1.4;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .list .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .list .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .list .item:hover .icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .message
{
    margin-top: 70px;
    padding: 70px;

    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .wrap-contact .message
    {
        padding: 40px 5%;
    }
}
.wrap-contact .message .title-in
{
    max-width: 100%;

    text-align: center;
}
.wrap-contact .message .title-in h2
{
    background-image: -webkit-linear-gradient(left, #fff, #fff);
}
@media (min-width: 1200px)
{
    .wrap-contact .message .title-in h2
    {
        font-size: 30px;
    }
}
.wrap-contact .message form
{
    margin-top: 20px;
}
.wrap-contact .message form .row
{
    margin: 0 -10px;
}
.wrap-contact .message form .row .itembox
{
    padding: 0 10px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 14px;
    line-height: 22px;

    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form p
{
    font-size: 15px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message form p
    {
        font-size: 14px;
    }
}
.wrap-contact .message form p span
{
    color: #c9161c;
}
.wrap-contact .message form .send
{
    text-align: center;
}
.wrap-contact .message form .submit
{
    font-size: 15px;
    line-height: 50px;

    width: 210px;
    height: 50px;
    margin-top: 40px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #005cca;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message form .submit
    {
        margin-top: 20px;
    }
}
.wrap-contact .message form .submit .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .message form .submit:hover
{
    color: #fff;
    background-color: #00cca2;
}
.wrap-map
{
    padding: 0;
}
.wrap-map .map-content
{
    height: 400px;
}
@media (max-width: 991px)
{
    .wrap-map .map-content
    {
        height: 300px;
        margin-top: 30px;
    }
}
.wrap-nosearch .nosearch h3
{
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product .item
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-nosearch .product .item
    {
        margin-top: 14px;
    }
}
.wrap-nosearch .product .item .title-item
{
    text-align: center;
}
.wrap-nosearch .product .item .title-item h3:before
{
    display: none;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a
{
    color: #fff;
    background-color: #005cca;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #333;
    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#005cca), to(#00cca2));
    background-image: -webkit-linear-gradient(left, #005cca, #00cca2);
    background-image:         linear-gradient(to right, #005cca, #00cca2);
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.box-about .about-video{
	margin-top: 50px;
}
.box-about .about-video .img-box{
	padding-bottom: 58%;
}
.box-about .about-video video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.header .language{
	display: inline-block;
	vertical-align: middle;
}

.header .language a{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../images/language.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
	margin-left: 20px;
}
.header .language a.cn{
	background-position: -60px 0;

}
@media(max-width:1199px){
	.header .language a{
		margin: 0 3px;
	}
}